home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / ejchmd12.zip / CHMOD.DOC next >
Text File  |  1991-12-17  |  990b  |  27 lines

  1. -----------------------HELP SCREEN-------------------------
  2.  
  3. CHMOD -changes the mode of files; version 1.2
  4. Created 10/15/1991, updated 12/17/1991 by Edward W. Jajko.
  5. Copyright 1991. This program may not be sold or distributed
  6. with any commercial package. No responsibility is taken for
  7. any damage incurred through the use of this program.
  8. All complements/complaints to ejajko@nike.calpoly.edu
  9.  
  10. Usage: CHMOD [/r] [/d] [/do] filespec [filespec...] [/ahrs] 
  11. Available options:
  12.     /r      recursive operation
  13.     /d      include directories
  14.     /do     only set directory bits
  15.     /a      set archive bit
  16.      h      set hidden file bit
  17.      r      set read-only bit
  18.      s      set system bit
  19.  
  20. Default (no /[ahrs] specified) is to set archive bit
  21. unless the file is a directory.
  22.   The /d option is required to set bits for directories unless
  23.   the /do option is used.
  24.  
  25. ----------------------------------------------------------
  26. not much, really. Very simple to use.
  27.